DoubleNINumericDoubleNMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Multiply(
DoubleN value
)
Private Function Multiply (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).Multiply
private:
virtual DoubleN Multiply(
DoubleN value
) sealed = INumeric<DoubleN>::Multiply
private abstract Multiply :
value : DoubleN -> DoubleN
private override Multiply :
value : DoubleN -> DoubleN
- value DoubleN
- The value to multiply with the current value.
DoubleNThe product of the current value and
value.
INumericTSelfMultiply(TSelf)